home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The See Clearly Method
/
TheSeeClearlyMethod.iso
/
Media
/
lesson4.dir
/
00024_Script_FW Hold on Current Frame
< prev
next >
Wrap
Text File
|
2002-05-22
|
501b
|
26 lines
-- HISTORY --
-- 3 November, written for the D7 Behaviors Palette by James Newton
-- 5 January 2000: updated to D8 <km>
-- 5 March 2000: Updated to be D7 and D8 compatible for Fireworks Importer <jba>
on exitFrame me
set the volume of sound 1 to 0
cursor 0
sound(1).pause()
set the movieRate of sprite(20) to 0
end exitFrame
on isOKToAttach (me, aSpriteType, aSpriteNum)
tIsOk = 0
if aSpriteType = #script then
tIsOK = 1
end if
return(tIsOK)
end on